home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / bbs / getid226.readme < prev    next >
Text File  |  1995-07-02  |  6KB  |  165 lines

  1. Short:    Upload checker for TechnoBBS, v2.26
  2. Author:   lauri.aalto@fipnet.fi
  3. Uploader: lauri.aalto@fipnet.fi
  4. Type:     comm/bbs
  5.  
  6. FEATURES
  7.  
  8.         o Public Domain
  9.         o Tests archives
  10.         o Removes unwanted files
  11.         o Scans for viruses
  12.         o Handles FILE_ID.DIZ:
  13.       - extracts it
  14.       - reflows if needed
  15.       - creates if desired
  16.       - adds when wanted
  17.         o Logging
  18.         o Configurable
  19.         o Supports *.(lha|lzh|lzx|run|zip|gz|z|Z|arj|dms|jpg|gif|mpg|ilbm|exe)
  20.  
  21. QUICK HISTORY FOR LAST FEW RELEASES
  22.  
  23. 2.26    28.05.95
  24.  
  25.     Fixed a minor bug with zip archives and some versions of unzip. Now
  26.     matches FILE_ID.DIZ files correctly.
  27.  
  28.     Added RX path to the installation instructions. Some people were
  29.     having troubles getting GetID to run because there were no command
  30.     search paths set up for TechnoBBS.
  31.  
  32. 2.25    12.02.95    
  33.  
  34.     Added support for LZX files, they are processed like LhA files. See
  35.     config entries "LZX", "LzxDeleteList" and "LzxConv".
  36.     LZX doesn't set up result codes so we must analyze its output for
  37.     determining archive test results. I've mailed the authors about
  38.     this.
  39.  
  40.     New config option "TouchLocal" for setting whether local uploads
  41.     will be touched (datestamp set to current) or not.
  42.  
  43.     Plus some minor improvements not worth mentioning here.
  44.  
  45. 2.24    11.02.95
  46.  
  47.     When a file was not recognized, GetID just cleaned up and didn't
  48.     allow the user to enter a long description. Fixed. Thanks to Antti
  49.     Tuominen for pointing this out.
  50.  
  51.     Manually entered long descriptions may now have whitespaces in
  52.     front of them :-D
  53.  
  54.     Fixed a minor bug in config parsing.
  55.  
  56. 2.23    26.12.94
  57.  
  58.     Added support for executable files (those demos...), which are now
  59.     recognized and checked for viruses. You can use the AllowExe @{"config" system "ed GetID.config"}
  60.     keyword for selecting whether you allow those files on your board.
  61.  
  62.     Zips kept crashing because stack size was set too low (actually it
  63.     wasn't even touched, TechnoBBS just launched the checker with the
  64.     default size of 4000 bytes). GetID now increases the stack size to
  65.     20000 bytes prior to running Zip or UnZip.
  66.  
  67.     Zipfile comments (BBS advertisements) are also now removed if
  68.     ZipDeleteList is specified (it doesn't need to exist however).
  69.  
  70.     Arj files are now processed faster.
  71.  
  72.     TempDirs with names like 'TEMP:' would have caused some temporary
  73.     files to be left to the TempDirs parent directory.
  74.  
  75.     GetID will now skip empty description lines from the beginning of
  76.     the file_id.diz instead of discarding the whole description.
  77.  
  78.     Empty descriptions are now ignored.
  79.  
  80.     Log entries' layouts have been standardized to match ones which
  81.     TechnoBBS uses. Also log entries should now be more informative and
  82.     contain less unnecressary junk.
  83.  
  84.     getid222.readme on Aminet had a wrong version number in it :-D
  85.  
  86. 2.22    07.12.94
  87.  
  88.     Due to several requests from several persons I've added a
  89.     possibility to enter long descriptions while running GetID.
  90.     The layout is very close to ChgDesc running under internal string
  91.     set, except smarter. There's a config entry for this: AskLongDesc.
  92.  
  93.     After AskLongDesc the file_id.diz can be appended into the archive
  94.     if requested via InsertDiz configuration entry.
  95.  
  96.     There was a bug in long description reformatter causing all
  97.     reformatted descriptions to become either empty or junked.
  98.  
  99.     Temporary files are now removed when the file format is unknown.
  100.  
  101.     ILBM recognition is now more reliable than it used to be.
  102.  
  103.     Config file parse errors now report the line number which caused
  104.     the problem.
  105.  
  106. 2.21    28.11.94
  107.  
  108.         Improved file_id.diz processing. CRs and MSDOG-EOFs are again
  109.         detected and removed. There's also a new configuration entry
  110.         TABSIZE for setting the size of tab (0x09) characters.
  111.  
  112.         As suggested by many people, the archivers now have a config entry
  113.         for defining their full path. Some people were having problems
  114.         because they had started RexxMast before setting up all the paths.
  115.         For now on, every command, who are not parts of the OS, have
  116.         configuration file entries. If the entries are left empty, the
  117.         format is not supported. If they're not present or commented out,
  118.         defaults will be used.
  119.  
  120.         The behaviour of ViewTek config entry changed a bit, to match with
  121.         the other external proggie entries. GetID won't notify the user
  122.         when an argument after the ViewTek keyword is missing, it just
  123.         drops VT support then.
  124.  
  125.         MaxDescLines is now also allowed in GetID.config.
  126.  
  127.         Added (No)GetDiz configuration entry for those guys who for some
  128.         reason do not want to automatically use file_id.diz files but just
  129.         check the archives. This doesn't affect faking picture dimensions
  130.         as file_id.diz, use ViewTek config entry for that.
  131.  
  132.         Uploaded files are now only touched (datestamp adjusted) when
  133.         they're local (ie. line number equals zero).
  134.  
  135.         After finding out broken files GetID now cleans up, previously it
  136.         just quit leaving temporary files all around the system ;-D
  137.  
  138.         Pictures are now pseudo checked - if ViewTek burps the image, it'll
  139.         be discarded. ViewTek config entry must however be set.
  140.  
  141.         And yes, there are some optimizations again...
  142.  
  143. 2.20    20.11.94
  144.  
  145.         GetID now has a configuration file. No need to re-edit the script
  146.         after new releases :-D
  147.  
  148.         The text reformatter is a bit faster now.
  149.  
  150.         Those descriptions considered "short" could have "long" lines
  151.         before, not anymore.
  152.  
  153.  
  154. ============================= Archive contents =============================
  155.  
  156. Original  Packed Ratio    Date     Time    Name
  157. -------- ------- ----- --------- --------  -------------
  158.     3624    1683 53.5% 12-Feb-95 23:46:52 +GetID.config
  159.    14631    6430 56.0% 28-May-95 23:19:38 +GetID.guide
  160.    16139    4313 73.2% 28-May-95 23:17:50 +GetID.rexx
  161.     2316    1577 31.9% 27-May-95 19:17:12 +Unwanted.files
  162.       56      56  0.0% 28-May-95 23:11:08  file_id.diz
  163. -------- ------- ----- --------- --------
  164.    36766   14059 61.7% 30-May-95 10:22:24   5 files
  165.